@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
	font-family: Arial, "微软雅黑";
	-webkit-text-size-adjust: none;
	background: #fff;
	overflow-x: hidden;
}
* {
	padding: 0;
	margin: 0;
	font-family: Arial, "微软雅黑";
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
input {
	border: none;
	background: none;
}
input, textarea {
	font-family: Arial, "微软雅黑";
	outline: 0;
	font-size: 14px;
	-webkit-appearance: none;
}
.clear,.cl {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
#header {
	width: 100%;
	position: fixed;
	/*height: 80px;*/
	top: 0px;
	padding-top: 0px;
	z-index: 999999;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#header .content {
	max-width: 1180px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
}
#header #logo {
	display: inline-block;
	overflow: hidden;
	margin: 10px auto;
}


/*导航*/

#header {
	width: 100%;
	position: fixed;
	/*height: 80px;*/
	top: 0px;
	padding-top: 0px;
	z-index: 11;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	transition: all .36s ease;
}
#header .content {
	max-width: 1180px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	clear: both;
}
#header .content .col-md-8 {
	padding-left: 0;
}
#header #logo {
	display: inline-block;
	overflow: hidden;
	margin: 15px auto;
}
#logo .img-responsive {
}
body #header.mini {
	top: -90px;
}
.hnav {
	clear: both;
	display: block;
	width: 100%;
	background: #0d3484;
	height: 50px;
	transition: all .36s ease;
}
.text span {
	display: block;
	text-align: center;
	color: #333333;
	font-size:28px;
	line-height: 90px;
}
.tel .lang{float:right;display:inline-block;}
.tel .lang a{height:32px;line-height:32px;background:#999;color:#fff;width:76px;text-align:center;display:inline-block;margin-top:29px;}
.tel .lang a:hover,.tel .lang a.on{background:#0d3484}
.tel span::before {
	content: '';
	display: block;
	
	height: 24px;
	bottom:33px;
	left:32px;
	z-index:1;
	position: absolute;
	background:#dddddd;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.tel .fa {
	color: #999999;
	font-size: 1.05em;
	margin-right: 5px;
	float:left;
	margin-top:37px;
}
.tel {
	font-size: 16px;
	color: #333333;
	width: auto;
	display: block;
	overflow:hidden;
	font-family: arial, "微软雅黑";
}
body #header.mini .hnav {
	height: 50px;
}
.navs {
	margin-bottom: 0;
    max-width: 1140px;
    margin: 0 auto;
}
.navs li, .navs li ul li {
	width: auto;
	padding: 0;
	position: relative;
	float: left;
}
.navs > li.navitem > a {
	overflow:hidden;
	color: #fff;
	display: block;
	position: relative;
	padding: 0px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	transition: all ease-out .3s;
}
.navs li a::after {
	content: '';
	display: block;
	margin-top: -2px;
	width: calc(100% - 100px);
	height: 2px;
	bottom:0;
	left:50px;
	z-index: -1;
	position: absolute;
	background: transparent;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
}
.navs li a.on::after, .navs li a.on2::after, .navs li a:hover::after {
	background: #0d3484;	
	width: 100%;
	opacity: 1;
	left:0;
}
.navs li a.on, .navs li a.on2, .navs li a:hover {
	color: #0d3484;
	background: #fff;
	/*border-radius: 30px;*/
	text-decoration: none;
	top:-1px;
}
.navs li a.on i, .navs li a.on2 i, .navs li a:hover i{
	color: #0d3484;}
.navs li.navitem>a:hover span {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.navs li span {
    padding: 0;font-size: 15px;
    box-sizing: border-box;
}
.navs li.navitem>a:hover span:before {
   color: #0d3484;
}
.navs li.navitem span:before {
    transition: all 0.6s ease;
}

.navs li.navitem span:before {
    content: attr(data-title);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
}
.navs li span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
	text-align:center;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}
.navs li a i {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 1rem;
	color:#999;
    transition: all 0.6s ease;
}
.navs > li > a > i{
	right: 15px;
	top: 17px;color:#fff;}
.navs li ul {
	display:none;
    position: absolute;
    z-index: 9999; width: 270px;      
}.navs li:hover ul.nav_sub {
	}
.navs li ul li{float:none;display:block;position:relative;line-height:20px;_display:inline;    border-bottom: 1px solid rgba(0, 0, 0, .08);
    transition: all 0.6s ease;}
.navs li ul.nav_sub li .s{position:absolute;top:0;left:230px;border-left:1px solid transparent;}
.navs li.navitem ul li .s li{float:none;}
.navs li ul li a{    
text-align:left;
	padding: 10px 15px;
    height: 20px;
    line-height: 20px;
    background: #f5f5f5;
    display: block;
    color: #666;
    font-size: 14px;
	box-sizing:content-box;
    transition: all 0.6s ease;}
.navs .t,.navs .t:hover{background:url(../images/nav_ico.gif) no-repeat 120px center #f5f5f5}
.navs li ul li a:hover,.navs li ul li a.on,.navs .t:hover{color:#fff;background:#0d3484;}
.navs li ul li a:hover i,.navs li ul li a.on i,.navs .t:hover i{color:#fff;}



/*焦点图*/
.mslider{margin-top:140px;}




.content .header {
	position: relative;
	z-index: 10;
	max-width: 1180px;
	padding: 60px 0 30px;
	text-align: left;
	margin: 0 auto;
}
.content.fw .header {
	padding-top: 0px;
}
.content .header p {
	text-align: center;
}
.content .header p.title {
	color: #484848;
	padding: 0;
	margin: 0;
	font-size: 24px;
	display: inline-block;
}
.content .header p.subtitle, .news .header p.subtitle {
	color: #aaaaaa;
	font-size: 14px;
	line-height: 18px;
	display: inline-block;text-transform:capitalize;
	margin: 0 auto;
	padding-left:10px;
}
/*首页产品中心*/
.pclass {
	background-color: #fff;
	position: relative;
	padding-bottom: 60px;
	display: block;
	/*overflow: hidden;*/
}
.pclass .c_more,#news .c_more{    top: 60px;}
/*.bx-viewport li::before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    left: 10px;
}*/
.projectitem a {
    display: block;
    overflow: hidden;
}.projectitem a img {
    vertical-align: middle;
    margin: auto;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}.projectitem a .project_info {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    /*position: absolute;
    left: 0;
    top: 0;*/
    transition: all ease-out .3s;
}.projectitem a .project_info div {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    /*height: 81px;
    position:relative;
    bottom: 0px;
    top: auto;
    width: 100%;
    background: #fff;*/
}
.projectitem a .project_info .title {
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 36px;
    margin: 0px;
	background:#999999;
    padding:0;
    width: auto;
    text-align: center;
    transition: all ease-out .3s;
}.projectitem:hover a .project_info .title{color:#fff;background:#0d3484;}
.projectitem a .project_info .description {
    color: #b7b7b7;
    height: 0px;
    line-height: 22px;
	white-space:normal;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0px;
    padding: 0px 15px;
    opacity: 0;
    width: auto;
    text-align: left;
    font-size: 13px; 
    transition: all ease-out .3s;
}
.projectitem a:hover .project_info .description{
	height:44px;
	color:#fff;
	opacity:1;
	}
	.projectitem a:hover .project_info div{
	background:#0d3484;
    padding: 0px 0px 20px;}
.project_img{
    max-width: 100%;
    max-height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;    position: relative;}
	.project_img::after {
    content: "";
    display: block;
    border: 6px solid #0d3484;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease 0s;
    width: calc(100%);
    height: calc(100%);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
 .project_img::before {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    border: 1px solid transparent;
    z-index: 9;
    -webkit-transition: all .36s ease;
    transition: all .36s ease;
}
.projectitem a:hover .project_img::before {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background:rgba(0,0,0,0.20);
}
	.projectitem a:hover .project_img::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}.projectitem a:hover .project_img>img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}
.item_mask {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .36s ease;
    opacity: 0;
    border-radius: 100%;
    width: 43px;
    height: 43px;
    box-sizing: border-box;
    margin-top: -50px;
	z-index:12;
}
.projectitem a:hover .item_mask {
	 opacity:1;
	 margin-top:0;
}
.proitem_imgs{text-align:center;}
/*首页公司简介*/

#about {
	background-color: #fff;
	background-attachment: fixed;
	width: 100%;
	height: auto;
	padding: 120px 0;
	position: relative;
}
#about::after {
	content: '';
	width: 100%;
	height: 100%;
	background:url(../../images/about_bg.jpg) center top no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	transition: all 0.36s ease;
}
#about .content {
	margin: 0 auto;
}
#about .container {
	box-shadow: 0 8px 25px rgba(0, 0, 0, .07);
	background:#fff; position: relative;
	z-index: 1;}

#about .header {
	padding-top: 0;
	padding-bottom:15px;
}
.showservice {
	max-width: 1140px;
	margin: 0 auto;
	height: auto;
	z-index: 10;
	/*overflow:hidden;*/
	position: relative
}
.showservice .show_bot {
	height: auto;
	overflow: hidden;
	max-width: 1140px;
	margin: 0 auto;
	padding:50px;
}
.show_bot .a_text {
	padding:0 0 0 40px;
	font-size:14px;
	text-align: left;
	line-height: 24px;
	color:#666666;
}
.show_bot .a_text span {
	display: block;
	font-size: 20px;
	color: #fff;
	margin-bottom: 35px;
}
.show_bot .a_img {
	padding: 0;
}
.show_bot .a_img img {
	display: inline-block;
}
.btn-info i {
	margin-top: 5px;
}



/*首页工程案例*/
#case {
	background-image:url(../../images/case_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	overflow: hidden;
	padding-bottom: 60px;
	padding-top:60px;
	position: relative;
	
}
.panel.panel-default {
	max-width: 1180px;
	margin: 0 auto;
}
#case .content .header {
	padding-top: 0;
	position: relative;
}
#case .content .container {
	padding:0
	}
.pro_info dd,.case_bot dd {
	line-height: 50px;height: 50px;
	margin-top: 0px;
	transition: all .3s ease-out 0s;/*background:#829ec7;*/
	color: #484848;
	text-decoration: none;
	position: relative;
	text-align:center;
	overflow: hidden
}
.item .pro_img {
	position: relative;
	padding: 0 10px;
	width:228px;
	float:left;
}
.item .pro_img dl {
	margin-bottom: 0;
}
.item .row {
	margin-right: 0px;
	margin-left: 0px;
}
.proitem_img {
	position: relative;
}
.pro_img a .proitem_img::before, .n_img::before, .team_img a .proitem_img::before, .newstitem .item_img::before {
	content: "";
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	border: 1px solid transparent;
	z-index: 9;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
}
.pro_img.s a::before{
	position: absolute;
	content: "";
	width: calc(100% - 40px);
	height: calc(100% - 55px);
	margin-top: 10px;
	margin-left: 20px;
	z-index: 10;
	border: 1px solid transparent;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.proitem_imgs .pri_img::before {
	position: absolute;
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	margin-top: 0px;
	margin-left: 0px;
	z-index: 10;
	border: 1px solid transparent;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.pro_img:hover a .proitem_img::before,.pro_img:hover a .proitem_imgs .pri_img::before, .mainbody .cm_content:hover a .n_img::before, .team_img:hover a .proitem_img::before, .newstitem:hover .item_img::before {
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border-color: rgba(200,200,200,.6)
}
.pro_img:hover dd {
	color: #1550a2;
	height: 50px;
	text-decoration: none;
	padding-left: 10px;
}
.pro_img .proitem_img, .team_img .proitem_img {
	max-width: 100%;
	max-height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
*display:block;
*font-size:70px;
*font-family:Arial;
	overflow: hidden;
}
.pro_img .proitem_img img, .team_img .proitem_img img {
	vertical-align: middle;
	margin: auto;
	transition: all ease-out .4s
}
.pro_img a dt img{
	transition: all ease-out .4s}
.pro_img:hover a dt img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.case_bot dd::after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
	width: 100%;
	background: rgba(0,0,0,0.10);
	z-index: 9;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
}
.pro_img:hover dd::after {
	background: #1550a2;
	height: 5px;
}
.c_more {
	position: absolute;
	right: 0;
	top: 3px;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 362px;
	color: #fff;
	background: #666666;
	text-align: center;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
}
.c_more:hover {
	color: #fff;
	background: #0d3484
}
.c_more .fa{margin-top:10px;}
.pro_img {
	color: #fff;
	position: relative;
	overflow: hidden
}
.pro_img:hover dd {
	background: #0d3484;
	color: #fff;
	height: 50px;
	text-decoration: none
}
.pro_img .proitem_img {
	width: 100%;
	height: 200px;
	background:#fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
*display:block;
*font-size:400px;
*font-family:Arial;
	overflow: hidden;
}
.pro_img .proitem_img img {
	vertical-align: middle;
	margin: auto;
	transition: all ease-out .4s
}
.pro_img:hover a dt img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
#case .pro_img:after,.side .item .pro_img:after {
	top: 0;
	left:0;
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.pi_img {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	top: 30%;
	left: 0;
	z-index: 10;
	transition: all 1s;
}
.pi_img p {
	color: #fff;
	font-size: 20px;
	line-height:30px;
	padding-top: 16px;
	padding:16px 15px 0
}
.pi_text {
	width: 100%;
	position: absolute;
	text-align: center;
	z-index: 10;
	padding: 0 15px;
	top: 412px;
	left: 0px;
	transition: all 1s;
}
.pro_img.hover .pi_text {
	top: 0;
}
.pro_img.hover .pi_img {
	top: -50%;
}
.pro_img i {
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 436px;
	left: 0px;
	z-index: 99;
	transition: all 1s;
}
.pro_img.hover i {
	top: 0;
}
.proi_n1 i {
	background: #0d3484;
}
.proi_n2 i {
	background: #eb6451;
}
.proi_n3 i {
	background: #fed387;
}
.proi_n4 i {
	background: #5be6e3;
}
.proi_n5 i {
	background: #8989e6;
}
.proi_n1 .pi_text {
	background: rgba(53,95,165,0.8);
	filter: alpha(opacity=80);
}
.proi_n2 .pi_text {
	background: rgba(235,100,81,0.8);
	filter: alpha(opacity=80);
}
.proi_n3 .pi_text {
	background: rgba(254,211,135,0.8);
	filter: alpha(opacity=80);
}
.proi_n4 .pi_text {
	background: rgba(91,230,227,0.8);
	filter: alpha(opacity=80);
}
.proi_n5 .pi_text {
	background: rgba(137,137,230,0.8);
	filter: alpha(opacity=80);
}
.proi_n1 {
	-webkit-animation: flipInY 1.5s 0.5s ease both;
	-moz-animation: flipInY 1.5s 0.5s ease both;
	background:url(../../images/case_img01.jpg) center no-repeat;
}
.proi_n2 {
	-webkit-animation: flipInY 1.5s 1s ease both;
	-moz-animation: flipInY 1.5s 1s ease both;
	background:url(../../images/case_img02.jpg) center center no-repeat;
}
.proi_n3 {
	-webkit-animation: flipInY 1.5s 1.5s ease both;
	-moz-animation: flipInY 1.5s 1.5s ease both;
	background: url(../../images/case_img03.jpg) center center no-repeat;
}
.proi_n4 {
	-webkit-animation: flipInY 1.5s 2s ease both;
	-moz-animation: flipInY 1.5s 2s ease both;
	background: url(../../images/case_img04.jpg) center center no-repeat;
}
.proi_n5 {
	-webkit-animation: flipInY 1.5s 2.5s ease both;
	-moz-animation: flipInY 1.5s 2.5s ease both;
	background: url(../../images/case_img05.jpg) center center no-repeat;
}
.proi_n6 {
	-webkit-animation: flipInY 1.5s 2.5s ease both;
	-moz-animation: flipInY 1.5s 2.5s ease both;
	background: url(../../images/case_img06.jpg) center center no-repeat;
}
.pi_text h2 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 60px;
	margin-bottom: 40px;
	color:#fff;
}
.pi_text p {
	text-align: left;
	color:#fff;
}
.pi_text a {
	display: block;
	color: #fff;
	height: 100%;
	background: none;
}
.pi_text .more {
	background: rgba(0,0,0,0.2);
	color: #fff;
	width: 100px;
	height: 40px;
	line-height: 40px;
	display: block;
	position: absolute;
	bottom: 60px;
	text-indent:0;
}
.pi_text span:hover {
	color: #0d3484;
	background: #fff;
}
.magictime {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.puffIn {
	-webkit-animation-name: puffIn;
	-moz-animation-name: puffIn;
	-ms-animation-name: puffIn;
	-o-animation-name: puffIn;
	animation-name: puffIn;
}
.puffOut {
	-webkit-animation-name: puffOut;
	-moz-animation-name: puffOut;
	-ms-animation-name: puffOut;
	-o-animation-name: puffOut;
	animation-name: puffOut;
}
@-moz-keyframes puffIn {
0% {
opacity:0;
-moz-transform-origin:50% 50%;
-moz-transform:scale(2, 2);
-moz-filter:blur(2px);
}
100% {
opacity:1;
-moz-transform-origin:50% 50%;
-moz-transform:scale(1, 1);
-moz-filter:blur(0px);
}
}
@-webkit-keyframes puffIn {
0% {
opacity:0;
-webkit-transform-origin:50% 50%;
-webkit-transform:scale(2, 2);
-webkit-filter:blur(2px);
}
100% {
opacity:1;
-webkit-transform-origin:50% 50%;
-webkit-transform:scale(1, 1);
-webkit-filter:blur(0px);
}
}
@-o-keyframes puffIn {
0% {
opacity:0;
-o-transform-origin:50% 50%;
-o-transform:scale(2, 2);
-webkit-filter:blur(2px);
}
100% {
opacity:1;
-o-transform-origin:50% 50%;
-o-transform:scale(1, 1);
-webkit-filter:blur(0px);
}
}
@-ms-keyframes puffIn {
0% {
opacity:0;
filter:alpha(opacity=0);
-ms-transform-origin:50% 50%;
-ms-transform:scale(2, 2);
filter:blur(2px);
}
100% {
opacity:1;
filter:alpha(opacity=100);
-ms-transform-origin:50% 50%;
-ms-transform:scale(1, 1);
filter:blur(0px);
}
}
@keyframes puffIn {
0% {
opacity:0;
transform-origin:50% 50%;
transform:scale(2, 2);
filter:blur(2px);
}
100% {
opacity:1;
transform-origin:50% 50%;
transform:scale(1, 1);
filter:blur(0px);
}
}
@-moz-keyframes puffOut {
0% {
opacity:1;
-moz-transform-origin:50% 50%;
-moz-transform:scale(1, 1);
-moz-filter:blur(0px);
}
100% {
opacity:0;
-moz-transform-origin:50% 50%;
-moz-transform:scale(2, 2);
-moz-filter:blur(2px);
}
}
@-webkit-keyframes puffOut {
0% {
opacity:1;
-webkit-transform-origin:50% 50%;
-webkit-transform:scale(1, 1);
-webkit-filter:blur(0px);
}
100% {
opacity:0;
-webkit-transform-origin:50% 50%;
-webkit-transform:scale(2, 2);
-webkit-filter:blur(2px);
}
}
@-o-keyframes puffOut {
0% {
opacity:1;
-o-transform-origin:50% 50%;
-o-transform:scale(1, 1);
-webkit-filter:blur(0px);
}
100% {
opacity:0;
-o-transform-origin:50% 50%;
-o-transform:scale(2, 2);
-webkit-filter:blur(2px);
}
}
@-ms-keyframes puffOut {
0% {
opacity:1;
filter:alpha(opacity=100);
-ms-transform-origin:50% 50%;
-ms-transform:scale(1, 1);
filter:blur(0px);
}
100% {
opacity:0;
filter:alpha(opacity=0);
-ms-transform-origin:50% 50%;
-ms-transform:scale(2, 2);
filter:blur(2px);
}
}
@keyframes puffOut {
0% {
opacity:1;
transform-origin:50% 50%;
transform:scale(1, 1);
-webkit-filter:blur(0px);
}
100% {
opacity:0;
transform-origin:50% 50%;
transform:scale(2, 2);
-webkit-filter:blur(2px);
}
}

/*首页新闻资讯*/
#news {
	background: #fff;
	padding-bottom: 60px;
	overflow: hidden;
	position: relative;
	height: auto;
}
#news .cm_content {
	display: block;
	overflow: hidden;
	padding-bottom: 30px;
}
#news .cm_content:nth-child(4n){
	padding-right:0;padding-left:10px;
	}
#news .cm_content:nth-child(4n-3){
	padding-right:10px;padding-left:0px;
	}
#news .cm_content:nth-child(4n-2),#news .cm_content:nth-child(4n-1){
	padding-right:10px;padding-left:10px;
	}
.news_list .n_img {
	position: relative;
	width: auto;
	overflow: hidden;
}
.news_list .n_img img{height:160px;}
.news_list .n_text {
	padding: 30px 0px 0px 0px;
	box-sizing: border-box;
	position:relative;
	transition: all .3s ease 0s;
}
#news .cm_content::after{
	content: '';
    position: absolute;    
	width: calc(100% - 10px);
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    left: 0px;bottom: 0px;
}
#news .cm_content:nth-child(4n-2)::after,#news .cm_content:nth-child(4n-1)::after{
	width: calc(100% - 20px);
	left: 10px;
}
#news .cm_content:nth-child(4n)::after{
	left: 10px;}
.news_list .n_text h3,.hc_list h3{
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_list a:hover .n_text h3{ text-decoration:underline}
.news_list .n_text .nt_date {
	font-size: 14px;
	color: #999;
}
.news_list .n_text .nt_description {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 13px;
	color: #999;
	line-height: 22px;
	margin:25px 0 0;
	height:42px;
}


.text-right, .text-left {
	position: absolute;
	top: -220px
}
.text-left {
	right: -50px;
	text-align: right
}
.text-right {
	left: -50px;
	text-align: left
}


/*首页联系我们*/
#contacts{padding-bottom:60px;padding-top:60px;background:#f3f3f3}
#contacts .content .header{padding-top:0;}
.con_content {}
#contacts .ff_title{display:block;font-size:16px;padding-left: 10px;padding-bottom:30px;}
.conc_text{color:#666;line-height:30px;}
.conc_call{font-size:30px;color:#0d3484;font-weight:bold;}
.conc_call span{display:block;color:#999999;font-size:13px;font-weight:normal}
.wpa-container {
    text-align: center;
    margin-top: 10px;
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
	font-weight:normal;
    background: #42a968;
    color: #fff;
    border-color: #42a968;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
}
.wpa-container:hover {
	color:#fff;
	background: #319355;
	border-color: #319355;
}.wpa-container span {
    color: #fff;
	margin-right:10px;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 0;
    line-height: 40px;
    font-weight: normal;
}.icon-qq i {
	margin-top:-2px;
    font-size: 1.8rem;
    vertical-align: middle;
}

/*底部*/
.footer{background:#fff;padding:15px 0;}
.f_copyright{color:#999999;font-size:12px;}


/*在线客服*/
*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}
.kf_r {
	position: fixed;
	right: 10px;
	z-index: 9999;
	width: 60px;
	bottom:175px;
}
.kf_r li {
	float: right;
}
.kf_r li a,.gotop {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 3px;
	background: rgba(0,160,218,0.6);
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
	line-height: 1;
	text-decoration: none;
	transition: all 0.5s;
}
.kf_r li#gotop a,.gotop{
	background: rgba(0,0,0,0.6);
	transition: all 0.5s;
	}
.kf_r li a:hover,.kf_r li#gotop a:hover,.gotop:hover {
	background: #080059;
}
.kf_r li.kf01,.gotop  {
	-webkit-animation: rotateInDownRight 1.5s 0.0s ease both;
	-moz-animation: rotateInDownRight 1.5s 0.0s ease both;
}
.kf_r li.kf02 {
	-webkit-animation: rotateInDownRight 1.5s 0.3s ease both;
	-moz-animation: rotateInDownRight 1.5s 0.3s ease both;
}
.kf_r li.kf03{
	-webkit-animation: rotateInDownRight 1.5s 0.6s ease both;
	-moz-animation: rotateInDownRight 1.5s 0.6s ease both;
}
.kf_r .fa,.gotop .fa {
	color: #fff;
	font-size: 2.6rem;
	display: inline-block;
	width: 30px;
	/*height: 28px;*/
	padding: 6px 0 4px;
	transition: all 0.5s;
}
.kf_r p {
	color: #fff;
	margin:0
}
.kf_r li.kf02 a {
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}
.kf_r li.kf02 .hides {
	width: 220px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #080059;
	padding: 0 15px;
	text-align: left;
	display: none;
}
.kf_r li.kf02 .hides i {
	position: absolute;
	right: 10px;
	font-size: 3.2rem;
	top: 5px;
	transform: rotate(-45deg);
}
.kf_r li.kf02 .hides h2 {
	font-size: 2.0rem;
	color: #fff;
	line-height: 1;
	padding: 5px 0 0 0;
	margin: 0;
	text-align: left;
}
.kf_r li.kf02 .hides p {
	font-size: 1.4rem;
	color: #fff;
	line-height: 1;
	padding-top: 10px;
	text-align: left;
	margin-bottom:0
}
.kf_r li.kf02 a:hover .shows {
	display: none;
}
.kf_r li.kf02 a:hover .hides {
	display: block;
}
.kf_r li.kf02 a:hover {
	width: 220px;
}
.kf_r li.kf03 a,.gotop {
	position: relative;
	transition: all 0.5s;
}
.kf_r li.kf03 a:hover,.gotop:hover {
	background: #080059;
	color: #fff;
}
.kf_r li.kf03 .img img {
	width: 108px;
	height: 108px; /*display: block;*/
}
.kf_r li.kf03 .img p {
	font-size: 1.4rem;
	color: #fff;
	margin-top: 8px;
	letter-spacing: 1px;
	padding: 0;
}
.kf_r li.kf03 .img {
	padding: 15px;
	border-radius: 5px;
	background: #080059;
	position: absolute;
	left: 180px;
	top: -105px;
}
.kf_r li.kf03 .img:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-top: 12px solid #080059;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	position: absolute;
	bottom: 25px;
	right: -15px;
	transform: rotate(-93deg);
}
.kf_r li.kf03 a:hover .img {
	left: -155px;
	transition: left 0.5s;
}

/*更多*/

.more {
	width: 130px;
	height: 35px;
	color: #999;
	position: relative;
	overflow: hidden;
	display: block;
	text-align:center;
	line-height:35px;
	margin: 40px auto 0;
	transition: all ease-out .3s;
}
a.more:hover{color:#fff;}
a.more::after, a.more::before {
	content: '';
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}
a.more::before {
	background: #0d3484;
	webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1);
}
a.more:hover::before {
	border: 1px solid rgba(0,0,0,0);
	webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
a.more::after {
	border: 1px solid rgba(0,0,0,0.10);
}
a.more:hover:after {
	webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1);
	background-color: transparent;
}
a.more i {
	text-indent: -10px;
	font-size: 16px;
	display: block;
	content: '';
	width: 34px;
	height: 14px;
	display: block;
	color: #999999;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	transition: all ease-out .3s;
}
a.more:hover i {
	color: #fff;
}
.show_bot a.more::after {
	border: 1px solid rgba(0,0,0,0.10);
}
.show_bot a.more::before {
	background: #0d3484;
}
.show_bot a.more i {
	color:#0d3484;
}
.show_bot a.more:hover i {
	color: #fff;
}



/*内页*/

.subbanner {
	display: block;
	overflow: hidden;
	height: 320px;
	margin-top:140px;
}
.subbanner .mslider {
	width: 100%;
	max-height: 630px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top:0;
}
/*.banner {
	position: fixed;width: calc(100% - 180px);
}*/
.carousel-inner>.item.active {
	background-position: center top;
	background-repeat: no-repeat;
	max-height: 630px;
}
.subbanner .carousel-inner>.item.active {
	max-height: 320px;
}



.subBody {
	width: 100%;
	background: #f5f5f5;
	padding: px 0;
	position:relative;
}
.subBody .OneOfTwo {
	width: 20%;
	float: left;
}
.subBody .TwoOfTwo {
	width: 78%;
	float: right;
}
.subBody .subTitle {
	    text-align: left;
    background: #fdfdfd;
    height: 42px;
    line-height: 42px;
    color: #666666;
}
.subBody .subTitle .catname {
	font-size: 16px;
	font-weight: bold;
	float: left;
	font-family: "微软雅黑";
	color: #000;
	background: none;
	padding: 0
}
.subBody .subTitle .shopcart {
	background: url(../images/shopcart_ico.gif) no-repeat 0 center;
	padding-left: 20px;
}
.subBody .subTitle a {
	color: #666;
}
.subBody .subTitle span {
	color: #999;
	background: url(../../images/lmk_list_ico02.png) left center no-repeat;
	padding-left: 20px;
	font-size: 12px;
}
.subBody .subTitle a.goback {
	float: left;
	margin-left: 10px;
}
.catname {
	font-size: 26px;
	line-height: 24px;
	text-align: center;
	color: #40434c;
	display: block;
	padding-bottom: 30px;
}
.c_list {
	display: block;
	/*overflow: hidden;*/
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.c_list li {
	display: inline-block;
	margin:0 2px;
}
.dropdown-menu>li{ display: block}
.c_list .lnav_sec{display:none;}
.c_list li a {
	padding: 7px 20px;
	line-height: 32px;
	font-size: 16px;
	color: #666;
	position: relative;
}
.c_list li a.on, .c_list li a:hover, .c_list li a:active {
	background: #0d3484;
	color: #fff;
}
.c_list > li >a::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	right: -5px;
	top: 12px;
	background: #D9D9D9;
}

/*右侧*/
.subCont {
    line-height: 26px;
    color: #000000;
    padding: 60px 0;
	overflow:hidden;
	font-size:16px;
}
.subCont img{max-width:100%;}
.pro_info{display:block;overflow:hidden;}
/*列表内容页*/
.listConts {
	line-height: 26px;
	color: #000;
	width: auto;
	display: block;
	overflow: hidden;
}
.teambody img{max-width:100%;}
.listConts .title {
	margin-top: 0;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	color: #000;
}
.listConts .t_desc {
	color: #999;
	font-size: 14px;
	line-height: 24px;
}
.listConts .info {
	width: 100%;
	height: 27px;
	line-height: 28px;
	text-align: center;
	margin: 15px auto 50px;
	border: 1px dotted #ddd;
	border-left: none;
	border-right: none;
	color: #666;
}
.listConts .info small {
	margin-left: 8px;
	margin-right: 3px;
	color: #999;
	font-size: 12px;
}
.listConts .info .small, .info .big {
	font-family: Georgia;
	font-weight: bold;
	cursor: pointer;
}
.listConts .info .small {
	font-size: 10px;
	padding-right: 3px;
}
.listConts .info .big {
	color: #003ba6;
	padding-left: 3px;
}
.listConts .desc {
	margin: 20px auto 15px;
	padding: 5px 10px;
	line-height: 20px;
	border: 1px solid rgba(40,131,57,0.1);
	background-color: rgba(40,131,57,0.05);
}
.listConts .showimg {
	margin: 20px 0;
	text-align: center;
}
.listConts .showimg a img {
	
	margin: 0 auto;
}
.listConts .showimg a:hover img {
	
}
.listConts .conttitle {
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 7px;
	color: #2f2f2f;
	line-height: 24px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
.listConts .author {
	text-align: right;
	color: #999;
}
/*大图样式*/

/*产品*/
.side .pro_img {margin-bottom:20px;}
.pro_title {
    background: #0d3484;
    height: 42px;
    line-height: 42px;
    margin-top: 0px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}

.pro_img.s {
	border-bottom: 1px solid #ddd;
	display: block;
	overflow: hidden;
}
.pro_img.s a::before{
	position: absolute;
	content: "";
	width: calc(100% - 40px);
	height: calc(100% - 55px);
	margin-top: 10px;
	margin-left: 20px;
	z-index: 10;
	border: 1px solid transparent;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
 .pro_info .pro_img.s.b dd::after, .pro_info .pro_img.s.c dd::after{
	width: calc(100% - 20px);
	left:10px;}
.pro_img.s dd {
	font-size: 12px;
	line-height: 21px;
	text-align: left;
	color: #999;
	height:100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pro_img.s:hover dd{background:none;}
.pro_img.s dd.case{height:auto}
.pro_img.s:hover dd.case{padding-left:20px;}
.pro_img.s dd span {
	font-size: 14px;
	color: #555;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.listConts .pro_img.s dd {
	height:auto;}
.pro_img.s:hover span {
	color: #0d3484;
}
.pro_img.s {
	transition: all .36s ease;
	position: relative;margin-bottom: 0;
	padding: 15px 0 15px 0px;
}
.pro_img.s.c,.pro_img.s.c:hover{padding-left:0;padding-bottom:0px;}
.pro_img.s dl,.pro_img.s a{display:block;overflow:hidden;    margin-bottom: 0;}
.pro_img.s:hover {
	background: #f7f7f7;
	padding-left:10px;
}
.proitem_imgs .pri_img {
    overflow: hidden;
    position: relative;
}
.p_about{padding:0 10px 25px}


/*新闻栏目*/
#newslist {
}
#newslist .newstitem {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	height: 140px;
	position: relative;
	transition: all 0.2s ease-out 0s;
	width: 100%;
}
#newslist .newscontent {
	display: block;
	height: 120px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	width: 100%;
	z-index: 1;
}
#newslist .newstitem:nth-child(2n-1) {
	background: rgba(0, 0, 0, 0.02);
}
#newslist .newsinfo {
	/*margin-left: 160px;*/
	width: 95%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
/*#newslist .newsdate {
    width: 180px;
}*/
#newslist .newsdate p {
	font-family: "HelveticaNeueLTPro-ThEx";
	margin-bottom:5px;
}
#newslist .newsinfo .md {
	color: #999;
	font-size: 36px;
	line-height: 36px;
	text-align: right;
}
#newslist .newsinfo .year {
	color: #999;
	font-size: 14px;
	text-align: left;
}
/*#newslist .newsbody {
    padding-left: 50px;
}*/
#newslist .newsbody .title {
	color: #000000;
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
}
#newslist .newsbody .description {
	color: #999;
	font-size: 14px;
	height: 42px;
	line-height: 22px;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#newslist .newstitem i {
	color: rgba(217, 35, 23, .0);
	font-size: 36px;
	margin-top: 20px;
	text-indent: -30px;
	transition: all 0.3s ease-out 0s;
	float: left;
}
#newslist .newstitem:hover i {
	color: rgba(217, 35, 23, 1);
	font-size: 36px;
	margin-top: 20px;
	text-indent: 0;
	
}
#newslist .newstitem:hover .newsinfo {
	transform: translate3d(-10px, 0, 0);
	-webkit-transform: translate3d(-10px, 0, 0);
	-moz-transform: translate3d(-10px, 0, 0);
}
#newslist .newstitem:hover p {
	color: #666;
}
#newslist .newstitem:hover .title {
	color: #0d3484;
}
/*#newslist .newstitem:hover a {
    color: #288339;
}*/
#newslist .newstitem:hover {
	/*background: rgba(0, 0, 0, 0.03);*/
	box-shadow: 0 8px 25px rgba(0,0,0,.08);
}
#newslist .newsdate {
	width: 15%;
	margin-left: 3%;
	margin-top:5px;
}
#newslist .newsbody {
	width: 78%;
	margin-left: 3%;
}
.n_list h3 {
	margin: 0;
	font-size: 18px;
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.n_list li {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
	position: relative;
}
.n_list li:hover {
	box-shadow: 0 0 60px -10px rgba(0,0,0,.1);
}
.n_list li::before {
	content: "";
	transition: all .36s ease;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -2px;
	width: 40%;
	border: 1px solid #0d3484;
	opacity: 0;
}
.n_list li:hover::before {
	width: 100%;
	opacity: 1;
}
.nli_wrapper {
	transition: all .36s ease;
	position: relative;
}
.n_list li:hover .nli_wrapper {
	margin-left: 20px;    margin-right: 20px;
}
.nlidate_wrap {
	color: #999;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	position: absolute;
	top: -4px;
	left: 2px;
}
.nli_info .title {
	position: relative;
	font-size: 14px;
	color: #333;
	padding-left: 76px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.nli_info .title::before {
	content: "";
	position: absolute;
	width: 15px;
	border-top: 1px solid #ccc;
	top: 10px;
	left: 50px;
}
.nlinli_des .description {
	color: #999;
    font-size: 13px;
    line-height: 22px;
	margin-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_left{display:block;overflow:hidden;margin-top:15px;background:#fff;padding-top:15px;}

/*留言栏目*/

.showservice .msg_input_on {
	color: #333
}
.showservice .msg_btn_area a {/*padding:16px 24px;*/
	border: 2px solid #288339;
}
.showservice .msg_btn_area a:hover {
	text-decoration: none;
	background: #fff;
	border: 2px solid #288339;
	color: #288339;
}
.italic {
	clear: both;
	padding-top: 40px;
	font-size: 12px;
	color: #8f8f8f;
	font-style: italic;
}
.italic #msgdemo2 {
	font-style: normal;
}
.msg_input.Validform_error {
	border: 1px solid #ffb9be;
	color: red;
}
.mes_list {
	margin-top: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	border-top: 1px solid #ddd;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	background:url(../../images/list_tbg.jpg) left top repeat-x;
	font-family:"微软雅黑";
	padding-left:10px;
}
.fa-comments-o:before {
    content: "\f0e6";
}
.message_title .fa-user,.message_replay .fa-comments-o{font-size:1rem;margin-right:5px;color:#666;}
.message_replay .fa-comments-o{margin-right:10px;color:#999}

.msgtitle {
	display: block;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

.msgtitle span {
	font-family: arial;
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

.message_block {
	color: #666;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.message_block p {
	padding:0 10px;
}

.msg_input, .messageform .inputxt, .gray {
	width: 160px;
	border: 1px solid #e0e0e0;
	padding: 5px 10px;
	background: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	/*-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);*/
	border-radius: 2px;
}
.messageform .inputxt.msg_input_on, .messageform .inputxt.Validform_error.msg_input_on, .msg_input_on {
	width: 160px;
	border: 1px solid #98cbeb;
	background: #f6fcff;
	padding: 5px 10px;
	/*-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);*/
	border-radius: 2px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
}
.messageform .inputxt.Validform_error {
	background: #ffeeef;
	border: 1px solid #ffb9be;
}
.message_labes {
	font-size: 14px;
}
.message_title {
    height: 34px;
    line-height: 34px;
    background: #fff;
    border: 1px solid #eee;
    border-bottom-width: 3px;
    padding: 0 12px;
}
.message_title h2 {
	color: #e60012;
	font-size: 14px;
	font-weight: normal;
	float: left;line-height: 34px;
	margin:0;
}
.message_title span {
	float: right;
	font-weight: bold;
	color: #999;
	font-family: arial;
}
.message_info {
	color: #999;
	text-align: right;
	font-family: arial;
	float: left;
	font-size: 14px;
	width: auto;
	margin-left: 20px
}
.message_replay {
	background: #f9f9f9;
	border:1px solid #ededed;
	padding:5px 10px;
	font-size:12px;
	width:96%;
	position:relative;
	margin:10px auto 0
}
.mr_top{background:url(../../mr_top.png) left top no-repeat;    position: absolute;
    width: 14px;
    height: 9px;
    left: 60px;
    top: -9px;
	}
.msg_btn_area {
	margin: 16px 0;
	text-align: left;
}

.msg_btn_area a {
	display: inline-block;
	padding: 5px 25px;
	background: #09F;
	color: #fff;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	overflow: hidden;
	cursor: pointer;
	font-weight: bold;
	transition: all ease-out .3s;
}

.msg_btn_area a:hover {
	text-decoration: none;
	background: #F60
}

.msgflag {
	margin-left: 4px;
	font-size: 12px;
	color: #900;
}
.mb_right {
	float: right;
	width: 95%;
}
.mb_lc {
	font-size: 24px;
	font-family: arial;
	position: absolute;
	top: 10px;
	left: 10px;
}
/*==========以下部分是Validform必须的===========*/

textarea {
	overflow: auto;
	resize: none;
}
.Validform_checktip {
	color: #999999;
	font-size: 1.3rem;
	height: 20px;
	line-height: 20px;
	margin-left: 8px;
	overflow: hidden;
}
.Validform_right {
	background: url("http://validform.rjboy.cn/demo/images/right.png") no-repeat scroll left center transparent;
	color: #71B83D;
	padding-left: 20px;
}
.Validform_wrong {
	background: url("http://validform.rjboy.cn/demo/images/error.png") no-repeat scroll left center transparent;
	color: red;
	padding-left: 20px;
}
.Validform_loading {
	background: url("http://validform.rjboy.cn/demo/images/onLoad.gif") no-repeat scroll left center transparent;
	padding-left: 20px;
}
.Validform_error {
	background-color: #ffeeef;
}
#Validform_msg {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
	color: #7D8289;
	display: none;
	font: 12px/1.5 tahoma, arial, 宋体, sans-serif;
	position: absolute;
	right: 50px;
	top: 0;
	width: 280px;
	z-index: 99999;
}
#Validform_msg .iframe {
	left: 0;
	position: absolute;
	top: -1px;
	z-index: -1;
}
#Validform_msg .Validform_title {
	background: -moz-linear-gradient(center top, #999999, #666666 100%) repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0 8px;
	position: relative;
	text-align: left;
}
#Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited {
	color: #FFFFFF;
	line-height: 22px;
	position: absolute;
	right: 8px;
	text-decoration: none;
	top: 0;
}
#Validform_msg a.Validform_close:hover {
	color: #CCCCCC;
}
#Validform_msg .Validform_info {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color #BBBBBB #BBBBBB;
	border-image: none;
	border-right: 1px solid #BBBBBB;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	padding: 8px;
	text-align: left;
}
.messageform .info {
	margin-left: 8px;
	border: 1px solid #ccc;
	padding: 1px 20px 1px 10px;
	background: #ffffff;
	color: #666;
	float: left;
	position: relative;
	display: none;
	line-height: 20px;
}
.gray {
	color: #bbb!important;
}
.messageform td {
	padding: 5px 0;
	vertical-align: middle;
}
.messageform textarea {
	height: 100px;
}
.messageform label {
	margin: 0 15px 0 4px;
}
.messageform .tip {
	color: #5F6A72;
	line-height: 20px;
}
.dec {
	top: 3px;
	display: block;
	height: 17px;
	overflow: hidden;
	position: absolute;
	left: -8px;
	width: 8px;
}
.dec s {
	font-family: simsun;
	font-size: 16px;
	height: 19px;
	left: 0;
	line-height: 21px;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 17px;
}
.dec .dec1 {
	color: #ccc;
}
.dec .dec2 {
	color: #fff;
	left: 1px;
}
input, select {
	padding: 3px 2px;
	vertical-align: middle;
}
/*分页样式*/
.page_info {
	text-align: center;
	margin-top: 10px;
	color: #333;
}
.page_info span {
	padding: 0 2px;
	font-weight: bold;
}
.page_list, .contPage {
	height: 40px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0;
	font-family: "Arial";
	font-size: 14px;
	margin: 40px auto;
}
.page_list a, .contPage a {
	display: inline-block;
	color: #898989;
	border: 1px solid #e8e8e8;
	background: #f8f8f8;
	text-align: center;
	padding: 0 15px;
	margin: 0 1px;
	transition: all ease .3s;
}
.page_list a:hover, .contPage a:hover {
	color: #fff;
	border: 1px solid #0079c5;
	background: #0079c5;
}
.page_list a.on, .contPage a.on {
	color: #fff;
	border: 1px solid #0d3484;
	background: #0d3484;
}
.c_img{margin-top:20px;display:block;overflow:hidden;}
.c_img img{max-width:100%;}